home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 November & December / Amiga-CD 1996 #11-12.iso / pd-disketten / ungepackt / 8_95 / apd-8-95-2 / tips&tricks / moned / domonitor.asm < prev    next >
Assembly Source File  |  1996-01-22  |  175b  |  14 lines

  1.         XREF    _GfxBase
  2.         XDEF    _DOMonitor
  3.  
  4. _DOMonitor:
  5.         move.l    _GfxBase,a6
  6.         move.l    4(sp),a0
  7.         move.l    a0,-(sp)
  8.         move.l    44(a0),a0
  9.         move.l    26(a0),a0
  10.         jsr    (a0)
  11.         lea    4(sp),sp
  12.         rts
  13.  
  14.